Bump CLI Version to v2.12.0 for integration tests#1995
Conversation
v2.7.6, which was recommend for GHES 3.3, is now no longer supported. Manual removal for now, since we'll only need to do this once per quarter.
|
Note: Additional commit deprecates version 2.7.6, since we only support the last 4 versions of GitHub Enterprise. 2.7.6 was used for GHES 3.3, which was discontinued on Jan 18th 2023: (see the GitHub documentation) |
|
🎉 |
|
It's probably worth going through CliVersionConstraint and removing all old version constraints. That's a lot of code we can clean up. |
|
|
Unfortunately, I don't think we can actually remove version 2.7.6 yet. CodeQL CLI is the recommended version for GHES 3.4, which is supported until 2023-03-15. |
Woooops, I assumed that sequential GHES versions would recommend sequential CLI versions, so I forgot to check GHES 3.4! Thanks for pointing this out! We should still test against 2.7.6 in that case—re-added in #1999 (comment). |

Bumps CLI version from v2.11.6 to v2.12.0